home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-eplain-archive / 000027_adam@symcom.math.uiuc.edu_Sun Aug 28 17:59:15 1994.msg < prev    next >
Internet Message Format  |  1995-01-08  |  1KB

  1. Received: from orion.math.uiuc.edu by cs.umb.edu with SMTP id AA09722
  2.   (5.65c/IDA-1.4.4 for <tex-eplain@cs.umb.edu>); Mon, 29 Aug 1994 00:02:13 -0400
  3. Received: by orion.math.uiuc.edu id AA28733
  4.   (5.67b/IDA-1.4.4 for tex-eplain@cs.umb.edu); Sun, 28 Aug 1994 22:59:15 -0500
  5. Date: Sun, 28 Aug 1994 22:59:15 -0500
  6. From: "Adam H. Lewenberg" <adam@symcom.math.uiuc.edu>
  7. Message-Id: <199408290359.AA28733@orion.math.uiuc.edu>
  8. To: tex-eplain@cs.umb.edu
  9. Subject: indexing and makeindx.exe (DOS)
  10. Cc: adam@symcom.math.uiuc.edu
  11. Content-Length: 518
  12.  
  13. I am using the indexing macros of eplain 2.6. If I give a command
  14. like \sidx{help}, in the .idx file I see an entry of the form
  15.  
  16.              \indexentry{help}{{\eightrm 1}}
  17.  
  18. But when I run makeindx.exe on the .idx file it complains with the
  19. message
  20.  
  21.   !! Input index error (file = thesis.idx, line = 1):
  22.    -- Illegal space within numerals in second argument
  23.  
  24. If I edit the .idx file to change the line to 
  25.  
  26.              \indexentry{help}{1}
  27.  
  28. everything works. What's going on and how can I fix it? Adam Lewenberg
  29.  
  30.  
  31.